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 "SAMAv3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156707 | 3 hours ago | | | 0 | 0.00050912883 | |
| 21156704 | 3 hours ago | | | 0 | 0.00079000030 | |
| 21155910 | 6 hours ago | | | 0 | 0.00051630600 | |
| 21155089 | 8 hours ago | | | 0 | 0.00041874847 | |
| 21155066 | 8 hours ago | | | 0 | 0.00052601222 | |
| 21149391 | a day ago | | | 0 | 0.00054255442 | |
| 21149362 | a day ago | | | 0 | 0.00037704229 | |
| 21148513 | a day ago | | | 0 | 0.00071181448 | |
| 21148513 | a day ago | | | 0 | 0.00071181448 | |
| 21148513 | a day ago | | | 0 | 0.00049492934 |
ABI
ABI objects
Getter at block 21157577
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
ADMIN_SETTER_ROLE() view returns (bytes32)
0xf0c013d0765e7d370ded535463ef64d1806139983e0475843cecbd73650104c4
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x169b5489cde8d453c9adae0dd5f1b804f75c969d66be0d2c87f069ff5364d9b9
ICE_KING_ROLE() view returns (bytes32)
0xbb92eab1ca3c67bc0dc88c778861afee62b67dcedea70454cb7d81131f472ef0
ICE_KING_SETTER_ROLE() view returns (bytes32)
0x1cdd1d0a5ecd86646c35acc77e46ae9525c89639d562d695198c392ef832b75f
ICE_QUEEN_ROLE() view returns (bytes32)
0x2caf2a45785e5e236d02aef43cf5c418eb8efbb7c865a0042c3a49873586e9b7
ICE_QUEEN_SETTER_ROLE() view returns (bytes32)
0x8258399dafa462008d2cce61fad7f87dfaf8769fb994dfe508b8fadf253f5e45
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
MINTER_SETTER_ROLE() view returns (bytes32)
0x033e31070029bc57178ba54b8eea659d7c0e92f224ad0ee1894aeff5beb4b467
cap() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=SAMA, version=1, chainId=1, verifyingContract=0xe04f47ff45576249bc5083dfdf987e03d0550113, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getOwner() pure returns (address)
0x0000000000000000000000000000000000000000
maxSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
SAMA
owner() pure returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
SAMA
totalSupply() view returns (uint256)
285113944064196979726222291
transferListener() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isFrozen(address _account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batch(bytes[] calls, bool revertOnFail) payable
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address account)
frozenMintTo(address account, uint256 amount)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 newCap)
mint(address to, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proxyMintBatch(address, address _account, uint256[], uint256[] _amounts, bytes)
renounceRole(bytes32 role, address account)
rescue(address _token, address _to, uint256 _amount)
revokeRole(bytes32 role, address account)
setTransferListener(address _transferListener_)
thaw(address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Frozen(address account)
Locked(uint256 cap)
Paused()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Thawed(address account)
Transfer(address indexed from, address indexed to, uint256 value)
TransferListenerSet(address transferListener)
Unpaused()
constructor(string name, string symbol, uint256 cap_, address _governance, address _admin, address _minter)
This contract contains no fallback and receive objects.
BatchError(bytes innerError)
InvalidShortString()
StringTooLong(string str)