GOLDER COIN
Verified contract
Active on
Ethereum with 1,799 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XFL | ERC-20 | 125 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16749629 | 2 years ago | | | 0 | 0.0019960600 | |
| 16749574 | 2 years ago | | | 0 | 0.0016388330 | |
| 16749533 | 2 years ago | | | 0 | 0.0019281184 | |
| 16748307 | 2 years ago | | | 0 | 0.0011386372 | |
| 15590215 | 2 years ago | | | 0 | 0.00051062000 | |
| 12942841 | 3 years ago | | | 0 | 0.0021027350 | |
| 12772294 | 3 years ago | | | 0 | 0.00043396100 | |
| 12735147 | 3 years ago | | | 0 | 0.00071891160 | |
| 12716953 | 3 years ago | | | 0 | 0.00023953160 | |
| 12616727 | 3 years ago | | | 0 | 0.00031560800 |
ABI
ABI objects
Getter at block 21288999
cap() view returns (uint256)
2571428571000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
GOLDER COIN
owner() view returns (address)
0x4f9539cb67171798f2024fa811acf22921d8cc62
symbol() view returns (string)
GLDR
tokenMinter() view returns (address)
0x78c6365f0715f376d15bbe26005362d6dda35f02
totalSupply() view returns (uint256)
2571428571000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintTokens(address[] _receivers, uint256[] _amounts) returns (bool)
recoverTokens(address token, address to, uint256 amount)
renounceOwnership()
setTokenMinter(address _tokenMinter)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.