ExporoTokenFactory
Verified contract
Active on
Ethereum with 445 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 "ExporoTokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12599456 | 3 years ago | | | 0 | 0.075857985 | |
| 12547923 | 3 years ago | | | 0 | 0.12390190 | |
| 12476528 | 4 years ago | | | 0 | 0.17138359 | |
| 12387512 | 4 years ago | | | 0 | 0.17981229 | |
| 12386946 | 4 years ago | | | 0 | 0.12924008 | |
| 12296476 | 4 years ago | | | 0 | 0.25286103 | |
| 12296322 | 4 years ago | | | 0 | 0.25286211 | |
| 12284739 | 4 years ago | | | 0 | 0.018462639 | |
| 12237937 | 4 years ago | | | 0 | 0.010455708 | |
| 12237924 | 4 years ago | | | 0 | 0.012479808 |
ABI
ABI objects
Getter at block 21275736
isOwner() view returns (bool)
false
owner() view returns (address)
0xdfa22fd0efa7cab28e0a29fc35e65c8c8f4c5f3d
whitelist() view returns (address)
0x1c073e445f469291558e93fd87662738e9624eb1
Read-only
isManager(address) view returns (bool)
State-modifying
Events addDocument(address _est, string _documentUri)
forceTransferEST(address _est, address _confiscatee, address _receiver, uint256 _amount)
newToken(string _name, string _symbol, uint8 _decimals, uint256 _initialSupply, address _recipient) returns (address)
renounceOwnership()
setManager(address _manager, bool _active)
toggleESTWhitelist(address _est)
toggleGlobalWhitelist()
togglePauseEST(address _est)
transferOwnership(address newOwner)
whitelistSetManager(address _manager, bool _active)
ChangedManager(address indexed manager, bool active)
NewTokenDeployed(address indexed contractAddress, string name, string symbol, uint8 decimals)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _whitelist)
This contract contains no fallback and receive objects.
This contract contains no error objects.