24 lines
816 B
Plaintext
24 lines
816 B
Plaintext
;; CONTRACT names
|
|
|
|
FUNCTION preclaim(address, hash) : {tuple, []}
|
|
AENS_PRECLAIM $sg_11111111111111111111111111111111111111111111111111111111111111116oUsJe arg0 arg1
|
|
RETURNR {}
|
|
|
|
FUNCTION claim(address, string, integer) : {tuple, []}
|
|
AENS_CLAIM $sg_11111111111111111111111111111111111111111111111111111111111111116oUsJe arg0 arg1 arg2
|
|
RETURNR {}
|
|
|
|
FUNCTION transfer(address, address, name) : {tuple, []}
|
|
AENS_TRANSFER $sg_11111111111111111111111111111111111111111111111111111111111111116oUsJe arg0 arg1 arg2
|
|
RETURNR {}
|
|
|
|
FUNCTION revoke(address, name) : {tuple, []}
|
|
AENS_PRECLAIM $sg_11111111111111111111111111111111111111111111111111111111111111116oUsJe arg0 arg1
|
|
RETURNR {}
|
|
|
|
FUNCTION resolve(string, string) : {variant, [{tuple, []}, {tuple, [address]}]}
|
|
AENS_RESOLVE a arg0 arg1 'address
|
|
RETURN
|
|
|
|
|