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 "RODO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203218 | 3 days ago | | | 0 | 0.00049521673 | |
| 21105281 | 16 days ago | | | 0 | 0.00026809128 | |
| 21100395 | 17 days ago | | | 0 | 0.00039494127 | |
| 20704666 | 2 months ago | | | 0 | 0.00014854303 | |
| 20453132 | 3 months ago | | | 0 | 0.00012964145 | |
| 20298724 | 4 months ago | | | 0 | 0.00012758854 | |
| 20093304 | 5 months ago | | | 0 | 0.00030973956 | |
| 20070360 | 5 months ago | | | 0 | 0.00055944953 | |
| 20037439 | 5 months ago | | | 0 | 0.00047332612 | |
| 19932875 | 6 months ago | | | 0 | 0.0010108925 |
ABI
ABI objects
Getter at block 21222027
decimals() view returns (uint8)
2
documentUri() view returns (string)
Ownership Documents
getWhitelistedAddresses() view returns (address[])
[]
initialDocumentUri() view returns (string)
Ownership Documents
initialFeeReceiver() view returns (address)
0x9254c0fcb2faa4550b9ba582558ce1d03ba3d05d
initialMaxTokenAmountPerAddress() view returns (uint256)
0
initialSupply() view returns (uint256)
50000
initialTokenOwner() view returns (address)
0xa69ab783a864af92b4c425f45f54f85900ee51fb
isBlacklistEnabled() view returns (bool)
true
isBurnable() view returns (bool)
true
isDocumentUriAllowed() view returns (bool)
true
isForceTransferAllowed() view returns (bool)
true
isMaxAmountOfTokensSet() view returns (bool)
false
isMintable() view returns (bool)
true
isPausable() view returns (bool)
true
isWhitelistEnabled() view returns (bool)
false
maxTokenAmountPerAddress() view returns (uint256)
0
name() view returns (string)
RODO
owner() view returns (address)
0x0c46c3a7e0dbbc72038e072458e19ae83c1b440b
paused() view returns (bool)
false
symbol() view returns (string)
RODO
totalSupply() view returns (uint256)
5451000
version() view returns (uint8)
5
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blackList(address _user)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause()
removeFromBlacklist(address _user)
renounceOwnership()
setDocumentUri(string newDocUri)
setMaxTokenAmountPerAddress(uint256 newMaxTokenAmount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
updateWhitelist(address[] updatedAddresses) payable
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
UserBlacklistedEvent(address _blacklistedAddress)
UserUnBlacklistedEvent(address _whitelistedAddress)
constructor(string name, string symbol, uint256 initialSupplyToSet, uint8 decimalsToSet, address tokenOwner, struct FullFeatureTokenERC20ConfigProps customConfigProps, uint256 maxTokenAmount, string newDocumentUri, address feeReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.