Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "USAGI"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17155052 | 2 years ago | | | 0 | 0.0014134158 | |
| 17154074 | 2 years ago | | | 0 | 0.0013847512 | |
| 17152243 | 2 years ago | | | 0 | 0.0023772078 | |
| 17152238 | 2 years ago | | | 0 | 0.0014267328 | |
| 17152235 | 2 years ago | | | 0 | 0.0016981488 | |
| 17152220 | 2 years ago | | | 0 | 0.0027373758 | |
| 17149839 | 2 years ago | | | 0 | 0.0013276854 | |
| 17149489 | 2 years ago | | | 0 | 0.0014737410 | |
| 17149182 | 2 years ago | | | 0 | 0.0016887595 | |
| 17149136 | 2 years ago | | | 0 | 0.0014324665 |
ABI
ABI objects
Getter at block 21408565
CAN_BURN_ROLE() view returns (bytes32)
0x21d33b64d960084e4ecc472243d172cd20c1b4be33451d9ecb56e1b27cc707ac
CAN_MINT_ROLE() view returns (bytes32)
0xfaff01ca95586d20085dce0eb9c384cf58df7a188cfe76211db71886c8a2c9cf
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
USAGI
saleAddress() view returns (address)
0x0000000000000000000000000000000000000000
saleSupply() view returns (uint256)
0
symbol() view returns (string)
USAG
tax() view returns (uint8)
4
totalSupply() view returns (uint256)
644445808364657058744882815
vestingAddress() view returns (address)
0x0000000000000000000000000000000000000000
vestingSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
internalContracts(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, bytes arguments_)
This contract contains no fallback and receive objects.
CapExceeded(uint256 amount_, uint256 cap_)
InvalidAllowance(uint256 allowance_, uint256 amount_)
InvalidDecimals(uint8 decimals_)
InvalidSaleConfig(address sale_, uint256 saleSupply_)
InvalidTransactionTax(uint256 percentage_)
InvalidVestingConfig(address vesting_, uint256 vestingSupply_)
SupplyGreaterThanCap(uint256 supply_, uint256 saleSupply_, uint256 vestingSupply_, uint256 cap_)