USAGI

Verified contract

Active on Ethereum with 175 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "USAGI"

0x4cf0549a261fec162e91784f1021420fd6e94cf18170b87b09655acfde79f3f7
0xf2a9f091de6e0d673618d217eb3b609f629bbd2b19724d1a64da878e1a30d42d
0xab02100cf199ebd7f232f06204bcc84d0bce5d75f3caebb142c99c3fbb89f099
0x5bcdc8a175b1fd396fe053f8129cdbb92c96414645065abc7181952903e9406a
0xda8fc1b1f5677747afde25a41dceade982614c534394d2515a8b6581e47606ef
0x97fad7bcb934bcbcc2d3b47c122db55098d680c373c3cd93e8cae75a6b200234
0x2e16f08d85ba755015e3e9446a70929cf2b1404ba5550a5a6aedc9e9a72eafa2
0x54ac969868a61bc3a79a39d384fc286a0af0f13755eb0b80ecd2289020f78d50
0xd38dd0110b9b8ed075c0b14215058af249c0ad7632d1bb867f5533e5e03d971e
0x76bf550375a48313841b4286e1c2249d2e3bd335e6a92584055764d53f798d4c

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
internalContracts(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address accountuint256 amount
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_bytes arguments_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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_