Gold Standard
Verified contract
Active on
Ethereum with 2,106 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 |
---|---|---|---|---|---|
AUS | ERC-20 | 0.1217 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21300462 | a day ago | | | 0 | 0.00051438685 | |
| 21290238 | 2 days ago | | | 0 | 0.00021226320 | |
| 21290045 | 2 days ago | | | 0 | 0.00020769993 | |
| 21289740 | 2 days ago | | | 0 | 0.00026864514 | |
| 21274349 | 5 days ago | | | 0 | 0.00051925657 | |
| 21259656 | 7 days ago | | | 0 | 0.00052934073 | |
| 21242011 | 9 days ago | | | 0 | 0.00049979804 | |
| 21241913 | 9 days ago | | | 0 | 0.00033929486 | |
| 21241134 | 9 days ago | | | 0 | 0.00039639892 | |
| 21240962 | 9 days ago | | | 0 | 0.00052347724 |
ABI
ABI objects
Getter at block 21307500
burner() view returns (address)
0x5b04fbaf54d53f1a4681339a0da34d903e5fa2b1
decimals() pure returns (uint8)
4
minter() view returns (address)
0x5b04fbaf54d53f1a4681339a0da34d903e5fa2b1
name() pure returns (string)
Gold Standard
owner() view returns (address)
0x5b04fbaf54d53f1a4681339a0da34d903e5fa2b1
stockCount() view returns (uint256)
176
symbol() pure returns (string)
AUS
totalSupply() view returns (uint256)
1760000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address who) view returns (uint256 balance)
stock(bytes32) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(bytes32 serial)
mint(address to, bytes32 serial, uint256 value) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool success)
transferOwnership(address newOwner)
updateBurner(address who) returns (bool)
updateMinter(address who) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(bytes32 indexed serial, uint256 value)
FeeUpdated(uint256 value)
Minted(bytes32 indexed serial, uint256 value)
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.