SUI Agents
Verified contract
Active on
Ethereum with 3,511 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SUI Agents"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21391968 | a minute ago | | | 0 | 0.00044321267 | |
| 21391957 | 4 minutes ago | | | 0 | 0.00064342157 | |
| 21391945 | 6 minutes ago | | | 0 | 0.00053717548 | |
| 21391929 | 9 minutes ago | | | 0 | 0.00054328005 | |
| 21391922 | 11 minutes ago | | | 0 | 0.00055919334 | |
| 21391912 | 13 minutes ago | | | 0 | 0.00077926789 | |
| 21391897 | 16 minutes ago | | | 0 | 0.00061117492 | |
| 21391869 | 21 minutes ago | | | 0 | 0.00043631556 | |
| 21391857 | 24 minutes ago | | | 0 | 0.00054475819 | |
| 21391785 | 38 minutes ago | | | 0 | 0.00042623349 |
ABI
ABI objects
Getter at block 21391973
decimals() view returns (uint8)
18
name() view returns (string)
SUI Agents
owner() view returns (address)
0x431d9cf04b5162ddc8bdfc9a553d2bd336659119
symbol() view returns (string)
SUIAI
totalSupply() view returns (uint256)
33392750000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
initialize(address owner)
mint(address to, uint256 amount)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)